home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000340_news@columbia.edu_Mon Nov 6 15:53:13 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA02140
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 6 Nov 1995 10:53:20 -0500
  3. Received: by apakabar.cc.columbia.edu id AA03346
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 6 Nov 1995 10:53:18 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Kermit problem
  9. Date: 6 Nov 1995 15:53:13 GMT
  10. Organization: Columbia University
  11. Lines: 12
  12. Message-Id: <47lb19$38e@apakabar.cc.columbia.edu>
  13. References: <47j0tj$2ah@mozo.cc.purdue.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <47j0tj$2ah@mozo.cc.purdue.edu>,
  18. Jeffery Roesner <jroesner@expert.cc.purdue.edu> wrote:
  19. : For some friends of mine, I got them the new version of Kermit for DOS,
  20. : version 3.14.  The server we connect to is running Solaris 2.4, and
  21. : whenever they hit backspace, ^? appears on the screen.  I tried to use
  22. : the same fix for them as I used on my OS/2 C-Kermit, but for some reason
  23. : it didn't work.  My fix was putting set key \127 \8 in my .ini file.
  24. The scan code for the Backspace key in MS-DOS Kermit, as revealed by SHOW
  25. KEY and as listed in the manual, is \270, not \127.
  26.  
  27. - Frank